home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / misc / dbase55 / disk7 / cbtsamp.pak / ANIMSQL.QBE < prev    next >
Text File  |  1996-01-05  |  786b  |  26 lines

  1. *******************************************************************************
  2. *  FILE:         Animsql.qbe
  3. *
  4. *  WRITTEN BY:   Borland Samples Group
  5. *
  6. *  DATE:         5/95
  7. *
  8. *  UPDATED:
  9. *
  10. *  VERSION:      Voyager
  11. *
  12. *  DESCRIPTION:  Local SQL query file for Animals.wfm.  You can change
  13. *                Animals.wfm to use this file for its view, and the results
  14. *                will be exactly the same using this or the Animals.qbe
  15. *                dBASE query.
  16. *
  17. *  USAGE:        (Modify Animals.wfm -- change the form constructor)
  18. *                form.view = "Animsql.qbe"
  19. *
  20. *******************************************************************************
  21. CLOSE DATABASES
  22. SET EXACT ON
  23. SELECT 1
  24. SELECT * FROM ANIMALS ORDER BY NAME ALIAS ANIMALS_SQL
  25. GO TOP
  26.